'Usage Dim instance As CalcFactDoubleFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 1 item: number.
Number is the value for which to return the double factorial. If number is not an integer, it is truncated.
Return Value
A System.Double value that indicates the evaluate result.